css first of type

34

p:first-of-type {
  font-size: 1.25em;
}
p:first-child {
  font-size: 1.5em;
}

Comments

Submit
0 Comments